type runtime.stack
15 uses
runtime (current package)
mgcstack.go#L170: stack stack
runtime2.go#L462: type stack struct {
runtime2.go#L481: stack stack // offset known to runtime/cgo
secret.go#L100: func secret_appendSignalStacks(sigstacks []stack) []stack {
signal_unix.go#L1409: stack stack
signal_unix.go#L1454: func signalstack(s *stack) {
stack.go#L344: func stackalloc(n uint32) stack {
stack.go#L365: return stack{uintptr(v), uintptr(v) + uintptr(n)}
stack.go#L454: return stack{uintptr(v), uintptr(v) + uintptr(n)}
stack.go#L463: func stackfree(stk stack) {
stack.go#L601: old stack
stack.go#L829: func fillstack(stk stack, b byte) {
stack.go#L835: func findsghi(gp *g, stk stack) uintptr {
traceback.go#L1352: func tracebackHexdump(stk stack, frame *stkframe, bad uintptr) {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |